Q3View_GetLightGroup
You can use theQ3View_GetLightGroup
function to get the light group associated with a view.
TQ3Status Q3View_GetLightGroup ( TQ3ViewObject view, TQ3GroupObject *lightGroup);
view
- A view.
lightGroup
- On exit, the light group currently associated with the specified view.
DESCRIPTION
TheQ3View_GetLightGroup
function returns, in thelightGroup
parameter, the light group currently associated with the view specified by theview
parameter. The reference count of that light group is incremented.